shortcutswindow: Stop setting type hints
authorMatthias Clasen <mclasen@redhat.com>
Fri, 6 Mar 2020 20:55:28 +0000 (12:55 -0800)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Mar 2020 23:36:04 +0000 (19:36 -0400)
gtk/gtkshortcutswindow.c

index bfeb4346d322af12ad5014c1bdef74880fa0ca17..292b1171bee38f05cca40155a52311ccdb2965a4 100644 (file)
@@ -875,7 +875,6 @@ gtk_shortcuts_window_init (GtkShortcutsWindow *self)
   PangoAttrList *attributes;
 
   gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-  gtk_window_set_type_hint (GTK_WINDOW (self), GDK_SURFACE_TYPE_HINT_DIALOG);
 
   priv->keywords = g_hash_table_new_full (NULL, NULL, NULL, g_free);
   priv->search_items_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);